home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 November / PCWNOV08.iso / Software / Freeware / Mini Map Sidebar 0.3 / mini_map_sidebar-0.3.0-fx.xpi / chrome / content / help.xul < prev    next >
Encoding:
Extensible Markup Language  |  2008-02-18  |  877 b   |  30 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://minimap/skin/maps.css" type="text/css"?>
  4.  
  5. <!DOCTYPE dialog SYSTEM "chrome://minimap/locale/mapsprefs.dtd">
  6.  
  7. <dialog    title="&help.caption;" 
  8.                 xmlns:html="http://www.w3.org/1999/xhtml"
  9.                 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  10.                 maxwidth="400"
  11.                 onload="initHelp();"
  12.                 buttons="cancel"
  13.                 buttonlabelcancel="&help.close;">
  14.     
  15.     <script type="application/x-javascript" src="chrome://minimap/content/help.js"/>
  16.         
  17.     <groupbox>
  18.         <caption label="&help.caption1;"/>
  19.         <hbox>
  20.             <label id="mgHelpLabel" class="header"/>
  21.         </hbox>
  22.     </groupbox>
  23.  
  24.     <groupbox flex="1">
  25.         <caption label="&help.caption2;"/>
  26.         <description id="mgHelpDesc" flex="1"></description>
  27.     </groupbox>
  28.  
  29. </dialog>
  30.